home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / DCLAP 6d / dclap6d / DClap / DClap.h < prev    next >
Text File  |  1996-07-05  |  679b  |  35 lines

  1. // DClap.h
  2. // d.gilbert
  3.  
  4. //  this is just a header of all headers in the DClAp library
  5. //
  6.  
  7. #include <ncbi.h>
  8. #include "dgg.h"
  9. #include "DAboutBox.h"
  10. #include "DApplication.h"
  11. #include "DChildApp.h"
  12. #include "DClipboard.h"
  13. #include "DCommand.h"
  14. #include "DControl.h"
  15. #include "DDialogText.h"
  16. #include "DFile.h"
  17. #include "DIcons.h"
  18. #include "DIconLib.h"
  19. #include "DList.h"
  20. #include "DMenu.h"
  21. #include "DMethods.h"
  22. #include "DObject.h"
  23. #include "DPanel.h"
  24. #include "DTableView.h"
  25. #include "DTask.h"
  26. #include "DTaskCentral.h"
  27. #include "DTaskMaster.h"
  28. #include "DUtil.h"
  29. #include "Dvibrant.h"
  30. #include "DView.h"
  31. #include "DViewCentral.h"
  32. #include "DViewTypes.h"
  33. #include "DWindow.h"
  34.  
  35.